home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTPlain.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  447 b   |  21 lines

  1. /*              Plain text object                       HTPlain.h
  2. **              -----------------
  3. **
  4. **
  5. */
  6.  
  7. #ifndef HTPLAIN_H
  8. #define HTPLAIN_H
  9.  
  10. #include "HTStream.h"
  11. #include "HTAnchor.h"
  12.  
  13. extern HTStream* HTPlainPresent PARAMS((
  14.         HTPresentation *        pres,
  15.         HTParentAnchor *        anchor,
  16.         HTStream *              sink, 
  17.         HTFormat                format_in,
  18.         int                     compressed));
  19.  
  20. #endif
  21.